@charset "utf-8";
body {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  font-size: 14px;
  color: #666;
  overflow-x: hidden;
  font-family: "PingFang SC", "Microsoft Yahei";
  font-weight: 400;
  line-height: inherit;
}
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
button,
input,
img,
select,
textarea,
b,
i,
a,
div,
span {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}
b,
i {
  font-style: normal;
  font-weight: 400;
}
a {
  text-decoration: none;
  color: #666666;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.com-main {
  width: 100%;
  position: relative;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: auto;
}
.swiper-container-fade .swiper-slide-active {
  z-index: 5;
}
